Skip to content

Swap x86 <-> x86_64 symlinks - #20

Merged
danielocfb merged 1 commit into
libbpf:mainfrom
d-e-s-o:topic/symlink
Aug 18, 2026
Merged

Swap x86 <-> x86_64 symlinks#20
danielocfb merged 1 commit into
libbpf:mainfrom
d-e-s-o:topic/symlink

Conversation

@d-e-s-o

@d-e-s-o d-e-s-o commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Swap out the x86 and x86_64 symlinks from

> ├── x86
> │   ├── vmlinux_6.19.h
> │   └── vmlinux.h -> vmlinux_6.19.h
> └── x86_64 -> x86

to

> ├── x86 -> x86_64
> └── x86_64
>     ├── vmlinux_6.19.h
>     └── vmlinux.h -> vmlinux_6.19.h

This way, one can just cp --recursive the extracted CI generated archive over the include/ directory to update without cp reporting an error.

Swap out the x86 and x86_64 symlinks from
> ├── x86
> │   ├── vmlinux_6.19.h
> │   └── vmlinux.h -> vmlinux_6.19.h
> └── x86_64 -> x86

to
> ├── x86 -> x86_64
> └── x86_64
>     ├── vmlinux_6.19.h
>     └── vmlinux.h -> vmlinux_6.19.h

This way, one can just `cp --recursive` the extracted CI generated
archive over the include/ directory to update without `cp` reporting an
error.

Signed-off-by: Daniel Müller <deso@posteo.net>
@danielocfb
danielocfb merged commit 393afe7 into libbpf:main Aug 18, 2026
16 of 19 checks passed
@danielocfb
danielocfb deleted the topic/symlink branch August 18, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants